Manjaro Post-Install
- Update system
sudo pacman -Syyuu
sudo pacman -S base-devel
- yay
- Install
sudo pacman -S yay
- preload
- Install
yay -S preload
- Bitwarden
- Install
yay -S bitwarden
- NordVPN
- Install
yay -S nordvpn-bin
- Enable
systemctl enable nordvpn
- Start
systemctl start nordvpn
- Add user
sudo usermod -aG nordvpn $USER
- Reboot
reboot
- Authenticate
nordvpn login
- Connect to VPN
nordvpn connect
- Set Autoconnect
nordvpn set autoconnect on
- Disable IPV6
- btrfs Timeshift
- Install
yay -S timeshift
- SSH and GnuPG
- Install openSSH
yay -S openssh
- Install GnuPG
yay -S gnupg
- Import or create keys
- Browser
- Firefox
yay -S firefox
- Neovim
- Install
yay -S neovim
- Tmux
- Install
yay -S tmux
- Docker and docker-compose
- Install docker
yay -S docker
- Add user
sudo usermod -aG docker $USER
- Reboot
reboot
- Install docker-compose
yay -S docker-compose
- asdf
Install
yay -S asdf-vm
Enable
echo ". /opt/asdf-vm/asdf.sh" >> ~/.zshrc
and reloadAdd golang
asdf plugin add golang
Install golang
asdf install golang latest
Set golang
asdf global golang latest
Add nodejs
asdf plugin add nodejs
Install nodejs
asdf install nodejs lts
Set nodejs
asdf global nodejs lts
Update npm
npm install -g npm
Update yarn
npm install -g yarn
Add awscli
asdf plugin add awscli
Install awscli
asdf install awscli latest
Set awscli
asdf global awscli latest
Add gcloud
asdf plugin add gcloud
Install gcloud
asdf install gcloud latest
Set gcloud
asdf global gcloud latest
- Git
- Install
yay -S git
- ZSH
- Install
yay -S zsh
Twingate
Sparrow Wallet
- Install
yay -S sparrow-wallet
- BISQ
- Install
yay -S bisq-bin